home *** CD-ROM | disk | FTP | other *** search
/ CICA 32 2000 August / CICA 32 For Windows CD-ROM (Walnut Creek) (August 2000) (Disc 1).iso / view.txt < prev   
Text File  |  1998-09-28  |  8KB  |  165 lines

  1. ================================== VIEW.TXT ===================================
  2.  
  3. CDROM Browser - DOS/Windows Documentation
  4.  
  5. >------------------------------------------------------------------ Contents --
  6.  
  7.          Introduction
  8.          Using View
  9.            Running VIEW.EXE
  10.            File/Directory Indexing
  11.            Reading Text Files
  12.            Uncompressing Files
  13.            Dynamic File Index Menu
  14.            Copying Files
  15.            The Global Index
  16.            General Tips
  17.          Troubleshooting
  18.          Credit
  19.  
  20. >-------------------------------------------------------------- Introduction --
  21.  
  22.  For better accessibility of our CDROMs, we at Walnut Creek developed a CDROM
  23.  browsing program called "View."  With this program, you can traverse through
  24.  the directories and examine all the file descriptions.  "View" can search for
  25.  files, as well as extract and uncompress them from the CDROM to your hard
  26.  drive.  It is a very useful program.
  27.  
  28.  There are DOS and Windows versions available:
  29.  
  30.    view.exe     - (DOS) located in the root directory of the CDROM
  31.    w16view.exe  - (Win3.x) located in the CDROM \utils directory
  32.    w32view.exe  - (Win95/NT) located in the CDROM \utils directory
  33.  
  34. >---------------------------------------------------------------- Using View --
  35.  
  36.  _____Running VIEW.EXE
  37.  
  38.  To use the view program from DOS, change the current drive to your CDROM
  39.  drive. Type "VIEW" at the root directory and press enter to start the
  40.  program.
  41.  
  42.  To use the view program from Windows 3.x, use the "Run" option under Program
  43.  Manager.  Assuming the CDROM drive is accessed through "D:", type
  44.  "D:\utils\w16view.exe" into the command line box and click on the "OK"
  45.  button.  The view program can also be accessed through the File Manager.
  46.  There may also be an icon labeled "CDROM Browser - WINDOWS" that appears
  47.  after you run setup.exe from this CDROM.
  48.  
  49.  To use the view program from Windows 95/NT, click on "Start", then "Run",
  50.  then type in "D:\utils\w32view.exe".  Be sure to change "D:" to your CDROM's
  51.  drive letter.  In many cases, View will automatically appear when you insert
  52.  the CDROM so this will not be necessary.  There may also be an icon labeled
  53.  "CDROM Browser - WINDOWS" that appears after you run setup.exe from this
  54.  CDROM.
  55.  
  56.  _____File/Directory Indexing
  57.  
  58.  Once started, the view program displays a listing of the directories of the
  59.  CDROM along with their content descriptions.  In general, you will see the
  60.  names of files and directories on the left side of the window, and
  61.  descriptions on the right.  Use the arrow keys or the mouse to move the
  62.  cursor bar up and down the list to select the desired directory.
  63.  
  64.  Pressing <ENTER> or double-clicking on any of the entries will have one of
  65.  several different results, depending on what was highlighted:
  66.  
  67.    Directory : View changes to that directory and shows you a new listing.
  68.                Press the <ESC> key or click on "Back" to return back.
  69.  
  70.         File : If you selected a text file, view will display it.
  71.                If you selected a binary file (like a .gif or .jpg), view will
  72.                try to use a helper program to display the file.  If there is
  73.                no helper program defined, view will display the file as text.
  74.                If you selected a file ending in ".zip", view will try to
  75.                uncompressed it (see "Uncompressing Files" below).
  76.  
  77.  _____Reading Text Files
  78.  
  79.  To read a text file from the file index menu, position the cursor bar onto
  80.  the file entry and press <ENTER> or double-click.  The view program will open
  81.  up the text file, and will allow the user to read and scroll through the
  82.  document.  While scrolling through a text file, searching of a text string is
  83.  accomplished by pressing the key 'S'.  (The key 'R' searches a string in the
  84.  reverse direction.)  To return back to the file index menu after reading the
  85.  text file, press the <ESC> key.
  86.  
  87.  _____Uncompressing Files
  88.  
  89.  To uncompress an archived file from the index menu, select the file entry
  90.  with the cursor bar and press <ENTER>.  In general, archived files have names
  91.  that end with the file extension of ".zip".
  92.  
  93.  After selecting an archived file for extraction, a "destination query" screen
  94.  will appear to ask for the directory where the archived file is to be
  95.  uncompressed.  A default destination directory will be already suggested by
  96.  the view program, printed and highlighted in the destination box.
  97.  
  98.  Press <ENTER> here to use the default directory, or modify the default entry
  99.  before pressing <ENTER>.  The user may also scroll through some "suggested"
  100.  default directories by using the down-cursor key.  Once the <ENTER> key is
  101.  pressed, the view program will then create the destination directory if it
  102.  doesn't already exist, and begin to uncompress the archived file into that
  103.  directory.
  104.  
  105.  _____Dynamic File Index Menu
  106.  
  107.  After the archived file is successfully uncompressed, the view program then
  108.  displays another index menu similar the previous one based on the files
  109.  extracted from the archive.  Here most of the "readme" files and text files
  110.  extracted are be labeled as documentation on the right side.  Use the cursor
  111.  bar to select these files to open them for viewing.  Extracted files that
  112.  have ".bat", ".com", or ".exe" as extensions are executable files and are
  113.  labeled as such on the right side.  Selecting these files will run these
  114.  applications on top of the view program.
  115.  
  116.  If wished, the extracted files can be removed from the hard drive at this
  117.  point by pressing the keys "Alt-R" (DOS View) or by hitting the <ESC> key
  118.  (Windows View).  To return back to the first index menu, press the <ESC> key.
  119.  
  120.  _____Copying Files
  121.  
  122.  To copy a file from the index menu, again highlight the file entry with the
  123.  cursor bar, and press the 'C' key.  A screen similar to that from the archive
  124.  uncompressing process will appear asking the user for a destination.  Enter
  125.  the desired directory name where the file is to be placed, and press <ENTER>.
  126.  The view program then copies the file to the destination directory, and
  127.  returns back to the file index menu.
  128.  
  129.  _____The Global Index
  130.  
  131.  You can also perform all of the above functions on the Global Index File.  To
  132.  jump into the Global Index File mode, press the keys "Alt-G" (DOS View), or
  133.  select "Go" -> "Global Index" from the pulldown menus (Windows View).  You
  134.  will then be viewing the global index containing all of the files on the
  135.  disc.  You can search, view, and unzip from this one large index file instead
  136.  of having to enter multiple directories.
  137.  
  138.  _____General Tips
  139.  
  140.  At any stage of the program, hitting the <ESC> key (DOS View) or clicking on
  141.  "Back" (Windows View) always brings you back to the previous state -- so
  142.  don't worry about accidentally hitting a wrong key.  The On-line help is also
  143.  provided at all stages of the program.  Pressing the '?' key any time can
  144.  bring up the help screen.
  145.  
  146. >---------------------------------------------------------- Trouble Shooting --
  147.  
  148.  Due to memory problems and the restrictions of other software, the view
  149.  program may at times conflict with other applications when running them on
  150.  top of itself.  Whenever any newly uncompressed program retrieved from the
  151.  cdrom doesn't run from the interactive file menu, please try running it
  152.  directly from MS-DOS or MS-Windows.  And in most cases, a shareware program
  153.  usually comes with its own documentation and instructions.  These
  154.  instructions are normally stored in files such as "readme.txt".  Please read
  155.  all documentation included with a file before running a program.  Doing so
  156.  will prevent the occurrence of common problems that many users often
  157.  encounter.
  158.  
  159. >-------------------------------------------------------------------- Credit --
  160.  
  161.  The view program uses the SPAWNO routines by Ralf Brown to minimize memory
  162.  use while shelling to DOS and running other programs
  163.  
  164. ================================== VIEW.TXT ===================================
  165.